home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sun Solutions 1997 April to September
/
Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso
/
products
/
Eudora
/
light
/
common.z
/
QUALCOMM.NAV
< prev
next >
Wrap
Text File
|
1995-12-14
|
686b
|
26 lines
;Qualcomm Incorporated (Annex)
;
; If you make a change to this file you should change the name (line above)
; and copy it into the scripts directory (in case you change scripts).
;
set TelnetCommand=stty -echo\ntelnet -r \{System} \{Port}\r
set CRLFProcessing=1
;
cancelon "NO CARRIER"BUSY"NO DIALTONE"Username/Password Incorrect"
;
send ATDT {DialNumber}\r
waitfor CONNECT
waitfor Annex
send \r\n
waitfor Annex username:
pause 1
send {DialLogin}\r\n
waitfor password:
pause 1
send {DialPass}\r\n
; You may want to waitfor the first part of the system prompt in addition
; to the colon to make this script a little more robust.
; eg: waitfor annex
waitfor :
;